Skip to content

[algorithms] PrefixSumExecutor: drop unused GRID_SZ local#701

Merged
hughperkins merged 1 commit into
mainfrom
hp/prefix-sum-drop-unused-grid-sz
May 18, 2026
Merged

[algorithms] PrefixSumExecutor: drop unused GRID_SZ local#701
hughperkins merged 1 commit into
mainfrom
hp/prefix-sum-drop-unused-grid-sz

Conversation

@hughperkins
Copy link
Copy Markdown
Collaborator

Summary

Remove a dead local in PrefixSumExecutor.__init__: GRID_SZ was computed but never read. Leftover from a refactor.

Closes #682.

Test plan

  • Mechanical removal of an unused local; no behaviour change.

Made with Cursor

Closes #682.

Computed but never read; leftover from a refactor noted while reviewing #642.
@github-actions
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown

@hughperkins
Copy link
Copy Markdown
Collaborator Author

🙌

@hughperkins hughperkins merged commit cf1fca2 into main May 18, 2026
56 checks passed
@hughperkins hughperkins deleted the hp/prefix-sum-drop-unused-grid-sz branch May 18, 2026 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clean up dead code: unused GRID_SZ in PrefixSumExecutor.__init__

2 participants